home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / RCS / sigStubs.s,v < prev    next >
Encoding:
Text File  |  1989-06-16  |  2.2 KB  |  101 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.3
  10. date     89.06.15.22.44.03;  author douglis;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.07.14.17.38.28;  author mendel;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.06.19.14.30.06;  author ouster;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @changed Sig_Pause to Sig_RawPause, since now there's a library routine 
  32. in case migration occurs.
  33. @
  34. text
  35. @/*
  36.  *
  37.  * sigStubs.s --
  38.  *
  39.  *     Stubs for the Sig_ system calls.
  40.  *
  41.  * Copyright 1986, 1988 Regents of the University of California
  42.  * Permission to use, copy, modify, and distribute this
  43.  * software and its documentation for any purpose and without
  44.  * fee is hereby granted, provided that the above copyright
  45.  * notice appear in all copies.  The University of California
  46.  * makes no representations about the suitability of this
  47.  * software for any purpose.  It is provided "as is" without
  48.  * express or implied warranty.
  49.  *
  50.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sigStubs.s,v 1.2 88/07/14 17:38:28 mendel Exp Locker: douglis $ SPRITE (Berkeley)
  51.  *
  52.  */
  53. #include "userSysCallInt.h"
  54.  
  55. SYS_CALL(Sig_RawPause,         SYS_SIG_PAUSE)
  56. SYS_CALL(Sig_Send,         SYS_SIG_SEND)
  57. SYS_CALL(Sig_SetAction,     SYS_SIG_SETACTION)
  58. SYS_CALL(Sig_SetHoldMask,     SYS_SIG_SETHOLDMASK)
  59. @
  60.  
  61.  
  62. 1.2
  63. log
  64. @Changed comment characters from |* to /* */.
  65. @
  66. text
  67. @d16 1
  68. a16 1
  69.  * rcs = $Header: sigStubs.s,v 1.1 88/06/19 14:30:06 ouster Exp $ SPRITE (Berkeley)
  70. d21 1
  71. a21 1
  72. SYS_CALL(Sig_Pause,         SYS_SIG_PAUSE)
  73. @
  74.  
  75.  
  76. 1.1
  77. log
  78. @Initial revision
  79. @
  80. text
  81. @d1 18
  82. a18 17
  83. |*
  84. |* sigStubs.s --
  85. |*
  86. |*     Stubs for the Sig_ system calls.
  87. |*
  88. |* Copyright 1986, 1988 Regents of the University of California
  89. |* Permission to use, copy, modify, and distribute this
  90. |* software and its documentation for any purpose and without
  91. |* fee is hereby granted, provided that the above copyright
  92. |* notice appear in all copies.  The University of California
  93. |* makes no representations about the suitability of this
  94. |* software for any purpose.  It is provided "as is" without
  95. |* express or implied warranty.
  96. |*
  97. |* rcs = $Header: sigStubs.s,v 2.0 87/08/11 09:31:12 brent Exp $ SPRITE (Berkeley)
  98. |*
  99.  
  100. @
  101.